go/types.Checker.files (field)
8 uses
go/types (current package)
check.go#L179: files []*ast.File // package files
check.go#L331: check.files = nil
check.go#L362: check.files = append(check.files, file)
check.go#L384: for _, file := range check.files {
resolver.go#L129: file := check.files[fileNo]
resolver.go#L237: fileScopes := make([]*Scope, len(check.files)) // fileScopes[i] corresponds to check.files[i]
resolver.go#L238: for fileNo, file := range check.files {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)